home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-09-09 | 51.4 KB | 2,062 lines |
- object fmConfiguration: TfmConfiguration
- Left = 436
- Top = 318
- HelpContext = 400
- BorderStyle = bsDialog
- Caption = 'Configuration'
- ClientHeight = 434
- ClientWidth = 522
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- DesignSize = (
- 522
- 434)
- PixelsPerInch = 96
- TextHeight = 13
- object pcConfig: TPageControl
- Left = 5
- Top = 7
- Width = 512
- Height = 389
- ActivePage = tsSecurity
- Anchors = [akLeft, akTop, akRight, akBottom]
- MultiLine = True
- TabOrder = 0
- OnChange = pcConfigChange
- object tsView: TTabSheet
- HelpContext = 410
- Caption = 'View'
- object gbColumns: TGroupBox
- Left = 8
- Top = 8
- Width = 185
- Height = 327
- Caption = 'Columns to Show'
- TabOrder = 0
- object ckColFilename: TCheckBox
- Left = 16
- Top = 24
- Width = 80
- Height = 17
- Caption = 'Filename'
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 0
- end
- object ckColDate: TCheckBox
- Left = 16
- Top = 40
- Width = 65
- Height = 17
- Caption = 'D&ate'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object ckColPacked: TCheckBox
- Left = 16
- Top = 56
- Width = 65
- Height = 17
- Caption = '&Packed'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object ckColUnpacked: TCheckBox
- Left = 16
- Top = 72
- Width = 80
- Height = 17
- Caption = 'Unpac&ked'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object ckColRatio: TCheckBox
- Left = 16
- Top = 88
- Width = 65
- Height = 17
- Caption = 'Rat&io'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object ckColMethod: TCheckBox
- Left = 16
- Top = 104
- Width = 65
- Height = 17
- Caption = '&Method'
- TabOrder = 5
- end
- object ckColAttributes: TCheckBox
- Left = 16
- Top = 120
- Width = 73
- Height = 17
- Caption = 'Attri&butes'
- TabOrder = 6
- end
- object ckColPath: TCheckBox
- Left = 16
- Top = 136
- Width = 65
- Height = 17
- Caption = 'Pa&th'
- Checked = True
- State = cbChecked
- TabOrder = 7
- end
- object ckColFileType: TCheckBox
- Left = 16
- Top = 152
- Width = 73
- Height = 17
- Caption = 'File Type'
- TabOrder = 8
- end
- object ckColCRC: TCheckBox
- Left = 16
- Top = 168
- Width = 65
- Height = 17
- Caption = 'CRC'
- TabOrder = 9
- end
- object ckColFileOffset: TCheckBox
- Left = 16
- Top = 184
- Width = 80
- Height = 17
- Caption = 'File Offset'
- TabOrder = 10
- end
- object ckColEncrypted: TCheckBox
- Left = 16
- Top = 200
- Width = 80
- Height = 17
- Caption = 'E&ncrypted'
- TabOrder = 11
- end
- object ckColVolumeID: TCheckBox
- Left = 16
- Top = 216
- Width = 80
- Height = 17
- Caption = '&Volume ID'
- TabOrder = 12
- end
- object ckColFileComment: TCheckBox
- Left = 16
- Top = 232
- Width = 89
- Height = 17
- Caption = 'Fi&le Comment'
- TabOrder = 13
- end
- object buColDefaults: TButton
- Left = 16
- Top = 288
- Width = 75
- Height = 25
- Caption = 'D&efaults'
- TabOrder = 14
- OnClick = buColDefaultsClick
- end
- end
- object gbViewGeneral: TGroupBox
- Left = 224
- Top = 8
- Width = 273
- Height = 109
- Caption = 'General'
- TabOrder = 1
- object ckFullRowSelect: TCheckBox
- Left = 16
- Top = 18
- Width = 129
- Height = 17
- Caption = 'Enable full ro&w select'
- TabOrder = 0
- end
- object ckShowGridLines: TCheckBox
- Left = 16
- Top = 34
- Width = 97
- Height = 17
- Caption = 'Show &grid lines'
- TabOrder = 1
- end
- object buSetFont: TButton
- Left = 16
- Top = 74
- Width = 121
- Height = 25
- Caption = 'S&et Font'
- TabOrder = 3
- OnClick = buSetFontClick
- end
- object ckResetSort: TCheckBox
- Left = 16
- Top = 50
- Width = 185
- Height = 17
- Caption = 'Always &reset sorting to first column'
- TabOrder = 2
- end
- end
- object gbMouseSelection: TGroupBox
- Left = 224
- Top = 261
- Width = 273
- Height = 20
- Caption = 'File Selection'
- Enabled = False
- TabOrder = 2
- Visible = False
- object rbSingleClick: TRadioButton
- Left = 16
- Top = 37
- Width = 145
- Height = 17
- Caption = '&Single click to open a file'
- TabOrder = 1
- OnClick = rbSingleClickClick
- end
- object rbDoubleClick: TRadioButton
- Left = 16
- Top = 18
- Width = 153
- Height = 17
- Caption = '&Double click to open a file'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbSingleClickClick
- end
- object paSubMouseSelection: TPanel
- Left = 28
- Top = 53
- Width = 229
- Height = 57
- BevelOuter = bvNone
- TabOrder = 2
- object rbUnderlineMouse: TRadioButton
- Left = 6
- Top = 3
- Width = 203
- Height = 17
- Caption = 'Underline file name when mouse over'
- Checked = True
- Enabled = False
- TabOrder = 0
- TabStop = True
- end
- object rbUnderlineNever: TRadioButton
- Left = 6
- Top = 19
- Width = 155
- Height = 17
- Caption = 'Never underline file names'
- Enabled = False
- TabOrder = 1
- end
- object rbUnderlineAlways: TRadioButton
- Left = 6
- Top = 35
- Width = 155
- Height = 17
- Caption = 'Always underline file names'
- Enabled = False
- TabOrder = 2
- end
- end
- end
- object gbExplorer: TGroupBox
- Left = 224
- Top = 134
- Width = 273
- Height = 89
- Caption = 'Explorer Panel Options'
- TabOrder = 3
- object laDefaultExplorerTab: TLabel
- Left = 16
- Top = 18
- Width = 231
- Height = 13
- Caption = 'De&fault Explorer Panel tab when starting PicoZip '
- FocusControl = cbDefaultExplorerTab
- end
- object ckSwitchArchiveTab: TCheckBox
- Left = 16
- Top = 64
- Width = 217
- Height = 17
- Caption = 'Alwa&ys switch to archive tab on file open'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object cbDefaultExplorerTab: TComboBox
- Left = 16
- Top = 34
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'Last Selected Tab'
- Items.Strings = (
- 'Last Selected Tab'
- 'My Computer'
- 'Archive')
- end
- end
- end
- object tsToolbar: TTabSheet
- HelpContext = 420
- Caption = 'Toolbar'
- ImageIndex = 1
- object laToolbarButtons: TLabel
- Left = 8
- Top = 8
- Width = 162
- Height = 13
- Caption = 'Check buttons to show on &toolbar:'
- FocusControl = clbToolbarButtons
- end
- object clbToolbarButtons: TCheckListBox
- Left = 8
- Top = 24
- Width = 185
- Height = 277
- DragMode = dmAutomatic
- ItemHeight = 18
- Items.Strings = (
- 'Add Files'
- 'Check Out'
- 'Close Archive'
- 'Comment'
- 'Configuration'
- 'Delete Files'
- 'Exit'
- 'Explorer'
- 'Extract Files'
- 'Help'
- 'Install'
- 'Make .EXE'
- 'Manage Backup'
- 'New Archive'
- 'Open Archive'
- 'Print Content List'
- 'Properties'
- 'Show Filter'
- 'Split Archive'
- 'Test Archive'
- 'View Files'
- 'Virus Scan'
- 'Wizard')
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDragDrop = clbToolbarButtonsDragDrop
- OnDragOver = clbToolbarButtonsDragOver
- OnDrawItem = clbToolbarButtonsDrawItem
- OnEndDrag = clbToolbarButtonsEndDrag
- end
- object gbButtonSettings: TGroupBox
- Left = 224
- Top = 8
- Width = 273
- Height = 105
- Caption = 'Toolbar Options'
- TabOrder = 3
- object ckFlatButtons: TCheckBox
- Left = 16
- Top = 76
- Width = 113
- Height = 17
- Caption = 'Use &flat buttons'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object ckToolTips: TCheckBox
- Left = 16
- Top = 58
- Width = 113
- Height = 17
- Caption = 'Show tool ti&ps'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object ckButtonText: TCheckBox
- Left = 16
- Top = 40
- Width = 113
- Height = 17
- Caption = 'Show &button text'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object ckBigButtons: TCheckBox
- Left = 16
- Top = 22
- Width = 97
- Height = 17
- Caption = 'Use big buttons'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
- object ckShowFilter: TCheckBox
- Left = 224
- Top = 120
- Width = 161
- Height = 17
- Caption = 'Show filter toolbar by defa&ult'
- TabOrder = 4
- end
- object bbMoveButtonUp: TBitBtn
- Left = 8
- Top = 309
- Width = 89
- Height = 25
- Caption = 'Move Up'
- TabOrder = 1
- OnClick = bbMoveButtonUpClick
- Glyph.Data = {
- DE000000424DDE0000000000000076000000280000000D0000000D0000000100
- 0400000000006800000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7000777777777777700077770000077770007777066607777000777706660777
- 7000777706660777700070000666000070007706666666077000777066666077
- 7000777706660777700077777060777770007777770777777000777777777777
- 7000}
- end
- object bbMoveButtonDown: TBitBtn
- Left = 105
- Top = 309
- Width = 89
- Height = 25
- Caption = 'Move Down'
- TabOrder = 2
- OnClick = bbMoveButtonDownClick
- Glyph.Data = {
- DE000000424DDE0000000000000076000000280000000D0000000D0000000100
- 0400000000006800000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7000777777777777700077777707777770007777706077777000777706660777
- 7000777066666077700077066666660770007000066600007000777706660777
- 7000777706660777700077770666077770007777000007777000777777777777
- 7000}
- end
- end
- object tsSkin: TTabSheet
- Caption = 'Skin'
- ImageIndex = 8
- object laSkinList: TLabel
- Left = 8
- Top = 37
- Width = 96
- Height = 13
- Caption = 'Li&st of installed skins'
- Enabled = False
- FocusControl = lbSkins
- end
- object laSkinPreview: TLabel
- Left = 264
- Top = 37
- Width = 38
- Height = 13
- Caption = 'Preview'
- Enabled = False
- end
- object jvhWeb: TJvHotLink
- Left = 161
- Top = 323
- Width = 145
- Height = 13
- Cursor = crHandPoint
- AutoSize = False
- Caption = 'http://www.picozip.com/skin'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- Transparent = True
- HotTrack = True
- HotTrackFont.Charset = DEFAULT_CHARSET
- HotTrackFont.Color = clBlue
- HotTrackFont.Height = -11
- HotTrackFont.Name = 'MS Sans Serif'
- HotTrackFont.Style = [fsUnderline]
- Url = 'http://www.picozip.com/skin'
- end
- object laWeb: TLabel
- Left = 8
- Top = 323
- Width = 148
- Height = 13
- Caption = 'Download more toolbar skins at'
- end
- object ckUseDefaultSkin: TCheckBox
- Left = 8
- Top = 8
- Width = 137
- Height = 17
- Caption = 'Use &default toolbar skin'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = ckUseDefaultSkinClick
- end
- object lbSkins: TListBox
- Left = 8
- Top = 54
- Width = 233
- Height = 211
- Enabled = False
- ItemHeight = 13
- TabOrder = 1
- OnClick = lbSkinsClick
- end
- object buRemoveSkin: TButton
- Left = 128
- Top = 270
- Width = 114
- Height = 25
- Caption = '&Remove'
- Enabled = False
- TabOrder = 3
- OnClick = buRemoveSkinClick
- end
- object buAddSkin: TButton
- Left = 7
- Top = 270
- Width = 114
- Height = 25
- Caption = '&Add'
- Enabled = False
- TabOrder = 2
- OnClick = buAddSkinClick
- end
- object paPreview: TPanel
- Left = 264
- Top = 54
- Width = 173
- Height = 211
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 4
- object imSkinPreview: TImage
- Left = 5
- Top = 3
- Width = 160
- Height = 202
- Transparent = True
- end
- end
- end
- object tsFolders: TTabSheet
- HelpContext = 430
- Caption = 'Folders'
- ImageIndex = 2
- object laTemp: TLabel
- Left = 304
- Top = 56
- Width = 82
- Height = 13
- Caption = '&Temporary Folder'
- FocusControl = rxdeTemp
- end
- object laCheckOut: TLabel
- Left = 304
- Top = 8
- Width = 105
- Height = 13
- Caption = 'Checkout &Base Folder'
- FocusControl = rxdeCheckOut
- end
- object gbOpenFolder: TGroupBox
- Left = 8
- Top = 8
- Width = 265
- Height = 97
- Caption = 'Open folder'
- TabOrder = 0
- object rbOpenLast: TRadioButton
- Left = 16
- Top = 44
- Width = 113
- Height = 17
- Caption = '&Last open folder'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbOpenCustomClick
- end
- object rbOpenCustom: TRadioButton
- Left = 16
- Top = 68
- Width = 57
- Height = 17
- Caption = '&Folder:'
- TabOrder = 2
- OnClick = rbOpenCustomClick
- end
- object rxdeOpen: TJvDirectoryEdit
- Left = 72
- Top = 66
- Width = 185
- Height = 21
- DialogKind = dkWin32
- DialogText = 'Select Folder'
- DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
- ButtonFlat = False
- NumGlyphs = 1
- TabOrder = 3
- end
- object rbOpenSystem: TRadioButton
- Left = 16
- Top = 20
- Width = 97
- Height = 17
- Caption = 'S&ystem default'
- TabOrder = 0
- end
- end
- object gbExtractFolder: TGroupBox
- Left = 8
- Top = 232
- Width = 265
- Height = 96
- Caption = 'Extract folder'
- TabOrder = 2
- object rbExtractLast: TRadioButton
- Left = 16
- Top = 43
- Width = 113
- Height = 17
- Caption = 'La&st extract folder'
- TabOrder = 1
- OnClick = rbExtractCustomClick
- end
- object rbExtractCustom: TRadioButton
- Left = 16
- Top = 67
- Width = 57
- Height = 17
- Caption = 'Folde&r:'
- TabOrder = 2
- OnClick = rbExtractCustomClick
- end
- object rxdeExtract: TJvDirectoryEdit
- Left = 72
- Top = 65
- Width = 185
- Height = 21
- DialogKind = dkWin32
- DialogText = 'Select Folder'
- DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
- ButtonFlat = False
- NumGlyphs = 1
- TabOrder = 3
- end
- object rbExtractSame: TRadioButton
- Left = 16
- Top = 21
- Width = 233
- Height = 17
- Caption = 'Sa&me folder as the archive file '
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbExtractCustomClick
- end
- end
- object gbAddFolder: TGroupBox
- Left = 8
- Top = 120
- Width = 265
- Height = 97
- Caption = 'Add folder'
- TabOrder = 1
- object rbAddLast: TRadioButton
- Left = 16
- Top = 44
- Width = 113
- Height = 17
- Caption = 'Last &add folder'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbAddCustomClick
- end
- object rbAddCustom: TRadioButton
- Left = 16
- Top = 68
- Width = 57
- Height = 17
- Caption = 'Fold&er:'
- TabOrder = 2
- OnClick = rbAddCustomClick
- end
- object rxdeAdd: TJvDirectoryEdit
- Left = 72
- Top = 66
- Width = 185
- Height = 21
- DialogKind = dkWin32
- DialogText = 'Select Folder'
- DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
- ButtonFlat = False
- NumGlyphs = 1
- TabOrder = 3
- end
- object rbAddSame: TRadioButton
- Left = 16
- Top = 20
- Width = 169
- Height = 17
- Caption = 'Same fol&der as the archive file'
- TabOrder = 0
- end
- end
- object rxdeTemp: TJvDirectoryEdit
- Left = 304
- Top = 72
- Width = 193
- Height = 21
- DialogKind = dkWin32
- DialogText = 'Select Folder'
- DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
- ButtonFlat = False
- NumGlyphs = 1
- TabOrder = 4
- end
- object rxdeCheckOut: TJvDirectoryEdit
- Left = 304
- Top = 24
- Width = 193
- Height = 21
- DialogKind = dkWin32
- DialogText = 'Select Folder'
- DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
- ButtonFlat = False
- NumGlyphs = 1
- TabOrder = 3
- end
- end
- object tsLocations: TTabSheet
- HelpContext = 450
- Caption = 'Program Locations'
- ImageIndex = 4
- object gbDefaultViewer: TGroupBox
- Left = 8
- Top = 8
- Width = 489
- Height = 137
- Caption = 'File Viewer'
- TabOrder = 0
- object laViewer: TLabel
- Left = 16
- Top = 89
- Width = 150
- Height = 13
- Caption = '&Location of your external viewer'
- FocusControl = rxfeDefaultViewer
- end
- object rxfeDefaultViewer: TJvFilenameEdit
- Left = 16
- Top = 105
- Width = 457
- Height = 21
- ButtonFlat = False
- NumGlyphs = 1
- TabOrder = 4
- end
- object rbViewerAssociated: TRadioButton
- Left = 16
- Top = 17
- Width = 145
- Height = 17
- Caption = '&Use associated program'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbViewerExternal: TRadioButton
- Tag = 1
- Left = 16
- Top = 33
- Width = 113
- Height = 17
- Caption = 'Use &external viewer'
- TabOrder = 1
- end
- object rbViewerAsk: TRadioButton
- Tag = 3
- Left = 16
- Top = 65
- Width = 65
- Height = 17
- Caption = 'As&k me'
- TabOrder = 3
- end
- object rbViewerExAssociated: TRadioButton
- Tag = 2
- Left = 16
- Top = 49
- Width = 241
- Height = 17
- Caption = 'Use e&xternal viewer if no associated program'
- TabOrder = 2
- end
- end
- object gbVirusScanner: TGroupBox
- Left = 8
- Top = 168
- Width = 489
- Height = 146
- Caption = 'Virus Scanner'
- TabOrder = 1
- object laAntiVirusParameters: TLabel
- Left = 16
- Top = 100
- Width = 56
- Height = 13
- Caption = 'Para&meters:'
- FocusControl = edAVParameters
- end
- object laAntiVirus: TLabel
- Left = 16
- Top = 60
- Width = 164
- Height = 13
- Caption = 'Location of your &antivirus software:'
- FocusControl = rxfeVirusScanner
- end
- object laAVProduct: TLabel
- Left = 16
- Top = 20
- Width = 37
- Height = 13
- Caption = '&Product'
- FocusControl = cbAVProduct
- end
- object ckAVRunMinimised: TCheckBox
- Left = 376
- Top = 118
- Width = 89
- Height = 17
- Caption = '&Run minimized'
- TabOrder = 3
- Visible = False
- end
- object rxfeVirusScanner: TJvFilenameEdit
- Left = 16
- Top = 76
- Width = 457
- Height = 21
- ButtonFlat = False
- NumGlyphs = 1
- TabOrder = 1
- end
- object cbAVProduct: TComboBox
- Left = 16
- Top = 36
- Width = 169
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbAVProductChange
- Items.Strings = (
- 'None'
- 'Custom'
- 'McAfee VirusScan'
- 'Norton Antivirus NT'
- 'Norton Antivirus 95/98/XP'
- 'F-Prot'
- 'ThunderByte')
- end
- object edAVParameters: TEdit
- Left = 16
- Top = 115
- Width = 353
- Height = 21
- TabOrder = 2
- end
- end
- end
- object tsShell: TTabSheet
- HelpContext = 770
- Caption = 'Shell Extensions'
- ImageIndex = 6
- object laContextMenu: TLabel
- Left = 8
- Top = 64
- Width = 147
- Height = 13
- Caption = 'Items to Show in Context Menu'
- FocusControl = scbContextMenu
- end
- object ckShellExtensions: TCheckBox
- Left = 8
- Top = 8
- Width = 145
- Height = 17
- Caption = '&Enable shell extensions'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = ckShellExtensionsClick
- end
- object ckSxCascade: TCheckBox
- Left = 8
- Top = 24
- Width = 169
- Height = 17
- Caption = 'Cascaded context &menu items'
- TabOrder = 1
- end
- object ckSxShowIcon: TCheckBox
- Left = 8
- Top = 40
- Width = 169
- Height = 17
- Caption = '&Display icons in context menu'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object gbSxInfotip: TGroupBox
- Left = 288
- Top = 150
- Width = 209
- Height = 187
- Caption = ' Information to Display in InfoTip '
- TabOrder = 5
- object bvSxTestAreaOut: TBevel
- Left = 10
- Top = 153
- Width = 188
- Height = 28
- Style = bsRaised
- end
- object bvSxTestArea: TBevel
- Left = 68
- Top = 156
- Width = 126
- Height = 21
- ParentShowHint = False
- ShowHint = True
- end
- object imSxTestArea: TImage
- Left = 69
- Top = 157
- Width = 124
- Height = 19
- Hint =
- ' Unpacked Size: 72,538 bytes '#13#10' Files in Archive: 3'#13#10' Compressio' +
- 'n Ratio: 68%'#13#10' Files Listing:'#13#10' - TestFile.txt'#13#10' - SomePic.jpg'#13#10 +
- ' - YetAnotherFile.doc'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image000.bmp>}
- ShowHint = True
- end
- object laSxMaxFilesInfo: TLabel
- Left = 39
- Top = 131
- Width = 111
- Height = 13
- Caption = 'Ma&x no of files to show:'
- FocusControl = edSxMaxFilesInfo
- end
- object laSxTestArea: TLabel
- Left = 12
- Top = 160
- Width = 49
- Height = 13
- Caption = 'Test Area:'
- end
- object ckSxArcTypeInfo: TCheckBox
- Left = 16
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Archive &Type'
- TabOrder = 0
- OnClick = ckSxArcTypeInfoClick
- end
- object ckSxDateInfo: TCheckBox
- Left = 16
- Top = 32
- Width = 97
- Height = 17
- Caption = 'Modified Date'
- TabOrder = 1
- OnClick = ckSxArcTypeInfoClick
- end
- object ckSxUnpackedSizeInfo: TCheckBox
- Left = 16
- Top = 64
- Width = 105
- Height = 17
- Caption = 'Unpacked Size'
- TabOrder = 3
- OnClick = ckSxArcTypeInfoClick
- end
- object ckSxNumFilesInfo: TCheckBox
- Left = 16
- Top = 80
- Width = 130
- Height = 17
- Caption = 'No of Files in Archive'
- TabOrder = 4
- OnClick = ckSxArcTypeInfoClick
- end
- object ckSxRatioInfo: TCheckBox
- Left = 16
- Top = 96
- Width = 113
- Height = 17
- Caption = 'Compression Ratio'
- TabOrder = 5
- OnClick = ckSxArcTypeInfoClick
- end
- object ckSxShowListingInfo: TCheckBox
- Left = 16
- Top = 112
- Width = 113
- Height = 17
- Caption = 'Show Files Listing'
- TabOrder = 6
- OnClick = ckSxArcTypeInfoClick
- end
- object ckSxPackedSizeInfo: TCheckBox
- Left = 16
- Top = 48
- Width = 89
- Height = 17
- Caption = 'Packed Size'
- TabOrder = 2
- OnClick = ckSxArcTypeInfoClick
- end
- object edSxMaxFilesInfo: TEdit
- Left = 153
- Top = 125
- Width = 33
- Height = 21
- ReadOnly = True
- TabOrder = 7
- Text = '10'
- end
- object udSxMaxFilesInfo: TUpDown
- Left = 186
- Top = 125
- Width = 16
- Height = 21
- Associate = edSxMaxFilesInfo
- Min = 1
- Max = 50
- Position = 10
- TabOrder = 8
- end
- end
- object gbSxDefaultAdd: TGroupBox
- Left = 288
- Top = 6
- Width = 209
- Height = 139
- Caption = ' Default Add Options '
- TabOrder = 4
- object laSxPathInfo: TLabel
- Left = 16
- Top = 17
- Width = 71
- Height = 13
- Caption = 'Store &Path Info'
- FocusControl = cbSxPath
- end
- object laSxArcType: TLabel
- Left = 15
- Top = 57
- Width = 63
- Height = 13
- Caption = '&Archive Type'
- FocusControl = cbSxArcType
- end
- object laSxCompression: TLabel
- Left = 16
- Top = 96
- Width = 60
- Height = 13
- Caption = 'Comp&ression'
- FocusControl = cbSxCompression
- end
- object cbSxPath: TComboBox
- Left = 16
- Top = 32
- Width = 137
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'Relative Path'
- Items.Strings = (
- 'Relative Path'
- 'Full Path')
- end
- object cbSxArcType: TComboBox
- Left = 15
- Top = 72
- Width = 138
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 6
- TabOrder = 1
- Text = 'Zip Archive (*.zip)'
- Items.Strings = (
- 'BlakHole Archive (*.bh)'
- 'Microsoft Cabinet (*.cab)'
- 'Javasoft Archive (*.jar)'
- 'LHA Archive (*.lha)'
- 'LZH Archive (*.lzh)'
- 'Unix Tape Archive (*.tar)'
- 'Zip Archive (*.zip)')
- end
- object cbSxCompression: TComboBox
- Left = 16
- Top = 111
- Width = 137
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 2
- Text = 'Maximum'
- Items.Strings = (
- 'Maximum'
- 'Normal'
- 'Minimum'
- 'None')
- end
- end
- object scbContextMenu: TScrollBox
- Left = 8
- Top = 80
- Width = 273
- Height = 256
- VertScrollBar.Smooth = True
- VertScrollBar.Tracking = True
- BevelInner = bvLowered
- Color = clWindow
- ParentColor = False
- TabOrder = 3
- object bvContextMenuRMDD: TBevel
- Left = 189
- Top = 313
- Width = 60
- Height = 5
- Shape = bsTopLine
- end
- object bvContextMenuRMB: TBevel
- Left = 157
- Top = 12
- Width = 92
- Height = 5
- Shape = bsTopLine
- end
- object laContextMenuRMDD: TLabel
- Left = 8
- Top = 306
- Width = 175
- Height = 13
- Caption = 'Right Mouse Button Drag Drop'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object laContextMenuRMB: TLabel
- Left = 8
- Top = 5
- Width = 145
- Height = 13
- Caption = 'Right Mouse Button Click'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ckSxAddToArc: TCheckBox
- Left = 8
- Top = 22
- Width = 113
- Height = 17
- Caption = 'Add To Archi&ve ...'
- TabOrder = 0
- end
- object ckSxAddToFile: TCheckBox
- Left = 8
- Top = 38
- Width = 113
- Height = 17
- Caption = 'Add to <Filename>'
- TabOrder = 1
- end
- object ckSxAddToExe: TCheckBox
- Left = 8
- Top = 54
- Width = 145
- Height = 17
- Caption = 'Add To <Filename>.EXE'
- TabOrder = 2
- end
- object ckSxMailArchive: TCheckBox
- Left = 8
- Top = 86
- Width = 177
- Height = 17
- Caption = 'Compress and Email <Filename>'
- TabOrder = 4
- end
- object ckSxExtractTo: TCheckBox
- Left = 8
- Top = 102
- Width = 89
- Height = 17
- Caption = 'Extract To ...'
- TabOrder = 5
- end
- object ckSxExtractHere: TCheckBox
- Left = 8
- Top = 118
- Width = 89
- Height = 17
- Caption = 'Extract Here'
- TabOrder = 6
- end
- object ckSxExtractToFolder: TCheckBox
- Left = 8
- Top = 134
- Width = 137
- Height = 17
- Caption = 'Extract To <Filename>\'
- TabOrder = 7
- end
- object ckSxVirusScan: TCheckBox
- Left = 8
- Top = 214
- Width = 137
- Height = 17
- Caption = 'Scan Archive for Virus'
- TabOrder = 12
- end
- object ckSxConvert: TCheckBox
- Left = 8
- Top = 230
- Width = 137
- Height = 17
- Caption = 'Convert Archive Format'
- TabOrder = 13
- end
- object ckSxTest: TCheckBox
- Left = 8
- Top = 246
- Width = 89
- Height = 17
- Caption = 'Test Archive'
- TabOrder = 14
- end
- object ckSxMakeExe: TCheckBox
- Left = 8
- Top = 262
- Width = 97
- Height = 17
- Caption = 'Make .EXE File'
- TabOrder = 15
- end
- object ckSxRepairZip: TCheckBox
- Left = 8
- Top = 278
- Width = 113
- Height = 17
- Caption = 'Repair Zip Archive'
- TabOrder = 16
- end
- object ckSxExtractMultiple: TCheckBox
- Left = 8
- Top = 150
- Width = 137
- Height = 17
- Caption = 'Extract Archives Here'
- TabOrder = 8
- end
- object ckSxExtractMultipleToSep: TCheckBox
- Left = 8
- Top = 198
- Width = 241
- Height = 17
- Caption = 'Extract Each Archive To Separate Folder To ...'
- TabOrder = 11
- end
- object ckSxExtractMultipleSep: TCheckBox
- Left = 8
- Top = 182
- Width = 241
- Height = 17
- Caption = 'Extract Each Archive To Separate Folder Here'
- TabOrder = 10
- end
- object ckSxExtractMultipleTo: TCheckBox
- Left = 8
- Top = 166
- Width = 137
- Height = 17
- Caption = 'Extract Archives To ...'
- TabOrder = 9
- end
- object ckSxDDExtractHere: TCheckBox
- Left = 8
- Top = 339
- Width = 89
- Height = 17
- Caption = 'Extract Here'
- TabOrder = 18
- end
- object ckSxDDExtractTo: TCheckBox
- Left = 8
- Top = 323
- Width = 89
- Height = 17
- Caption = 'Extract To ...'
- TabOrder = 17
- end
- object ckSxDDExtractMultipleHere: TCheckBox
- Left = 8
- Top = 387
- Width = 137
- Height = 17
- Caption = 'Extract Archives Here'
- TabOrder = 21
- end
- object ckSxDDExtractMultipleTo: TCheckBox
- Left = 8
- Top = 371
- Width = 137
- Height = 17
- Caption = 'Extract Archives To ...'
- TabOrder = 20
- end
- object ckSxDDExtractToFolder: TCheckBox
- Left = 8
- Top = 355
- Width = 185
- Height = 17
- Caption = 'Extract To <Folder>\<Filename>\'
- TabOrder = 19
- end
- object ckSxDDExtractMultipleSep: TCheckBox
- Left = 8
- Top = 403
- Width = 217
- Height = 17
- Caption = 'Extract Each Archive To Separate Folder'
- TabOrder = 22
- end
- object ckSxMailArchivePlus: TCheckBox
- Left = 8
- Top = 70
- Width = 129
- Height = 17
- Caption = 'Compress and Email ...'
- TabOrder = 3
- end
- end
- end
- object tsAssociations: TTabSheet
- HelpContext = 440
- Caption = 'File Associations'
- ImageIndex = 3
- object bvNoPermission: TBevel
- Left = 91
- Top = 216
- Width = 321
- Height = 57
- Style = bsRaised
- Visible = False
- end
- object laNoPermission: TLabel
- Left = 103
- Top = 232
- Width = 297
- Height = 26
- Alignment = taCenter
- Caption =
- 'These settings have been disabled. You need '#13#10'Administrator leve' +
- 'l access to change these settings.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object gbArchiveTypes: TGroupBox
- Left = 8
- Top = 56
- Width = 489
- Height = 105
- Caption = 'Archive Types'
- TabOrder = 2
- object ckAce: TCheckBox
- Left = 16
- Top = 24
- Width = 47
- Height = 17
- Caption = '.&ace'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object ckArc: TCheckBox
- Left = 16
- Top = 41
- Width = 47
- Height = 17
- Caption = '.arc'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object ckArj: TCheckBox
- Left = 16
- Top = 58
- Width = 47
- Height = 17
- Caption = '.arj'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object ckGz: TCheckBox
- Left = 88
- Top = 41
- Width = 47
- Height = 17
- Caption = '.gz'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object ckLzh: TCheckBox
- Left = 160
- Top = 24
- Width = 47
- Height = 17
- Caption = '.lzh'
- Checked = True
- State = cbChecked
- TabOrder = 8
- end
- object ckTar: TCheckBox
- Left = 160
- Top = 74
- Width = 47
- Height = 17
- Caption = '.tar'
- Checked = True
- State = cbChecked
- TabOrder = 10
- end
- object ckTgz: TCheckBox
- Left = 232
- Top = 24
- Width = 47
- Height = 17
- Caption = '.tgz'
- Checked = True
- State = cbChecked
- TabOrder = 11
- end
- object ckUue: TCheckBox
- Left = 232
- Top = 40
- Width = 47
- Height = 17
- Caption = '.uue'
- Checked = True
- State = cbChecked
- TabOrder = 12
- end
- object ckZ: TCheckBox
- Left = 304
- Top = 40
- Width = 47
- Height = 17
- Caption = '.z'
- Checked = True
- State = cbChecked
- TabOrder = 15
- end
- object ckZip: TCheckBox
- Left = 304
- Top = 56
- Width = 47
- Height = 17
- Caption = '.zip'
- Checked = True
- State = cbChecked
- TabOrder = 16
- end
- object ckZoo: TCheckBox
- Left = 304
- Top = 73
- Width = 47
- Height = 17
- Caption = '.zoo'
- Checked = True
- State = cbChecked
- TabOrder = 17
- end
- object ckBh: TCheckBox
- Left = 16
- Top = 75
- Width = 47
- Height = 17
- Caption = '.bh'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object ckJar: TCheckBox
- Left = 88
- Top = 58
- Width = 47
- Height = 17
- Caption = '.jar'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object ckUu: TCheckBox
- Left = 232
- Top = 57
- Width = 47
- Height = 17
- Caption = '.uu'
- Checked = True
- State = cbChecked
- TabOrder = 13
- end
- object ckCab: TCheckBox
- Left = 88
- Top = 24
- Width = 47
- Height = 17
- Caption = '.cab'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object ckLha: TCheckBox
- Left = 88
- Top = 75
- Width = 47
- Height = 17
- Caption = '.lha'
- Checked = True
- State = cbChecked
- TabOrder = 7
- end
- object ckRar: TCheckBox
- Left = 160
- Top = 57
- Width = 47
- Height = 17
- Caption = '.rar'
- Checked = True
- State = cbChecked
- TabOrder = 9
- end
- object ckXxe: TCheckBox
- Left = 304
- Top = 24
- Width = 47
- Height = 17
- Caption = '.xxe'
- Checked = True
- State = cbChecked
- TabOrder = 14
- end
- object buAssocSelectAll: TButton
- Left = 393
- Top = 24
- Width = 75
- Height = 25
- Caption = '&Select All'
- TabOrder = 18
- OnClick = buAssocSelectAllClick
- end
- object buAssocDeselectAll: TButton
- Left = 393
- Top = 56
- Width = 75
- Height = 25
- Caption = '&Deselect All'
- TabOrder = 19
- OnClick = buAssocDeselectAllClick
- end
- object ckMim: TCheckBox
- Left = 160
- Top = 41
- Width = 47
- Height = 17
- Caption = '.mim'
- Checked = True
- State = cbChecked
- TabOrder = 20
- end
- object ckWar: TCheckBox
- Left = 232
- Top = 74
- Width = 47
- Height = 17
- Caption = '.war'
- Checked = True
- State = cbChecked
- TabOrder = 21
- end
- end
- object ckCheckAssociations: TCheckBox
- Left = 8
- Top = 32
- Width = 257
- Height = 17
- Caption = 'Chec&k file associations every time PicoZip starts'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object ckEnableAssociations: TCheckBox
- Left = 8
- Top = 8
- Width = 137
- Height = 17
- Caption = '&Enable file associations'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = ckEnableAssociationsClick
- end
- end
- object tsTray: TTabSheet
- HelpContext = 910
- Caption = 'Tray Tool'
- ImageIndex = 7
- object ckTiEnableTray: TCheckBox
- Left = 8
- Top = 8
- Width = 105
- Height = 17
- Caption = '&Enable tray tool'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = ckTiEnableTrayClick
- end
- object gbTiDoubleClick: TGroupBox
- Left = 8
- Top = 40
- Width = 297
- Height = 105
- Caption = 'Double-click Tray Icon Action'
- TabOrder = 1
- object rbTiClickPicoZip: TRadioButton
- Left = 16
- Top = 24
- Width = 113
- Height = 17
- Caption = 'Show &PicoZip'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbTiClickWizard: TRadioButton
- Left = 16
- Top = 48
- Width = 113
- Height = 17
- Caption = 'Show &Wizard'
- TabOrder = 1
- end
- object rbTiClickBackup: TRadioButton
- Left = 16
- Top = 72
- Width = 185
- Height = 17
- Caption = 'Show Manage &Backup Window'
- TabOrder = 2
- end
- end
- object gbTiMRU: TGroupBox
- Left = 8
- Top = 176
- Width = 297
- Height = 121
- Caption = 'Recent Files List'
- TabOrder = 2
- object laTiMRUFormat: TLabel
- Left = 27
- Top = 48
- Width = 51
- Height = 13
- Caption = 'List format:'
- end
- object rbTiMRUFilename: TRadioButton
- Left = 40
- Top = 67
- Width = 121
- Height = 17
- Caption = 'Show file &name only'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object rbTiMRUFullpath: TRadioButton
- Left = 40
- Top = 91
- Width = 113
- Height = 17
- Caption = 'Show &full path'
- TabOrder = 2
- end
- object ckTiShowMRU: TCheckBox
- Left = 8
- Top = 24
- Width = 281
- Height = 17
- Caption = 'Show list of &recently opened archives in tray icon menu'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = ckTiShowMRUClick
- end
- end
- end
- object tsSecurity: TTabSheet
- HelpContext = 1050
- Caption = 'Security'
- ImageIndex = 9
- object ckSecEnableUnsafeTypes: TCheckBox
- Left = 8
- Top = 8
- Width = 201
- Height = 17
- Caption = '&Enable warning for unsafe file types'
- TabOrder = 0
- OnClick = ckSecEnableUnsafeTypesClick
- end
- object gbSecUnsafeTypes: TGroupBox
- Left = 8
- Top = 40
- Width = 313
- Height = 293
- Caption = 'Unsafe File Types List'
- Enabled = False
- TabOrder = 1
- object laSecUnsafeDesc: TLabel
- Left = 16
- Top = 24
- Width = 201
- Height = 44
- AutoSize = False
- Caption =
- 'You can disable warning messages for any of the unsafe file type' +
- 's by unchecking it in the list below.'
- Enabled = False
- WordWrap = True
- end
- object clbSecUnsafeTypes: TCheckListBox
- Left = 17
- Top = 72
- Width = 200
- Height = 209
- Enabled = False
- ItemHeight = 13
- TabOrder = 0
- end
- object buSecCheckAllUnsafeTypes: TButton
- Left = 224
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Check &All'
- Enabled = False
- TabOrder = 1
- OnClick = buSecCheckAllUnsafeTypesClick
- end
- object buSecUncheckAllUnsafeTypes: TButton
- Left = 224
- Top = 104
- Width = 75
- Height = 25
- Caption = '&Uncheck All'
- TabOrder = 2
- OnClick = buSecUncheckAllUnsafeTypesClick
- end
- end
- end
- object tsMiscellaneous: TTabSheet
- HelpContext = 470
- Caption = 'Miscellaneous'
- ImageIndex = 5
- object ckCommentsOpen: TCheckBox
- Left = 8
- Top = 16
- Width = 241
- Height = 17
- Caption = '&Show comments when opening archive files'
- TabOrder = 0
- end
- object ckStayOnTop: TCheckBox
- Left = 8
- Top = 32
- Width = 225
- Height = 17
- Caption = 'Always have PicoZip window stay on &top'
- TabOrder = 1
- end
- object gbMRU: TGroupBox
- Left = 8
- Top = 248
- Width = 489
- Height = 73
- Caption = 'Most Recently Used Files'
- TabOrder = 7
- object laMRU: TLabel
- Left = 16
- Top = 28
- Width = 201
- Height = 13
- Caption = 'Number of files to show in &Recent Files list:'
- FocusControl = edMRUList
- end
- object edMRUList: TEdit
- Left = 224
- Top = 20
- Width = 41
- Height = 21
- ReadOnly = True
- TabOrder = 0
- Text = '8'
- end
- object udMRUList: TUpDown
- Left = 265
- Top = 20
- Width = 16
- Height = 21
- Associate = edMRUList
- Max = 10
- Position = 8
- TabOrder = 1
- end
- object ckClearMRU: TCheckBox
- Left = 16
- Top = 48
- Width = 265
- Height = 17
- Caption = 'Clea&r obsolete items in Recent Files list on startup'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- end
- object ckStartupWizard: TCheckBox
- Left = 8
- Top = 112
- Width = 273
- Height = 17
- Caption = 'Automatically show the &Wizard interface on startup'
- TabOrder = 5
- OnKeyDown = ckStartupOpenKeyDown
- OnMouseDown = ckStartupWizardMouseDown
- end
- object ckStartupOpen: TCheckBox
- Left = 8
- Top = 96
- Width = 265
- Height = 17
- Caption = '&Automatically show the open dialog box at startup'
- TabOrder = 4
- OnKeyDown = ckStartupOpenKeyDown
- OnMouseDown = ckStartupWizardMouseDown
- end
- object gbShortcuts: TGroupBox
- Left = 8
- Top = 152
- Width = 489
- Height = 81
- Caption = 'Shortcuts'
- TabOrder = 6
- object ckShortcutStartMenu: TCheckBox
- Left = 16
- Top = 48
- Width = 241
- Height = 17
- Caption = 'Put PicoZip shortcut in Windows Start &Menu'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object ckShortcutDesktop: TCheckBox
- Left = 16
- Top = 24
- Width = 241
- Height = 17
- Caption = 'Put PicoZip shortcut on Windows &Desktop'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object buCreateShortcuts: TButton
- Left = 272
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Create &Now'
- TabOrder = 2
- TabStop = False
- Visible = False
- OnClick = buCreateShortcutsClick
- end
- end
- object ckConfirmCompress: TCheckBox
- Left = 8
- Top = 56
- Width = 185
- Height = 17
- Caption = 'Show confirmation after compress'
- TabOrder = 2
- end
- object ckConfirmDecompress: TCheckBox
- Left = 8
- Top = 72
- Width = 193
- Height = 17
- Caption = 'Show confirmation after decompress'
- TabOrder = 3
- end
- end
- end
- object buOK: TButton
- Left = 277
- Top = 403
- Width = 75
- Height = 25
- Hint = 'Save changes'
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = buOKClick
- end
- object buCancel: TButton
- Left = 359
- Top = 403
- Width = 75
- Height = 25
- Hint = 'Discard changes'
- Anchors = [akRight, akBottom]
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object buHelp: TButton
- Left = 442
- Top = 403
- Width = 75
- Height = 25
- Hint = 'Show help file'
- Anchors = [akRight, akBottom]
- Caption = '&Help'
- TabOrder = 3
- OnClick = buHelpClick
- end
- object JvCreateShortcut: TJvCreateShortcut
- Left = 6
- Top = 400
- end
- object dlgFont: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Left = 34
- Top = 400
- end
- object tiTimer: TTimer
- Enabled = False
- Interval = 100
- OnTimer = tiTimerTimer
- Left = 62
- Top = 400
- end
- object odSkin: TOpenDialog
- Filter = 'Zip Files (*.zip)|*.zip'
- Options = [ofFileMustExist, ofNoReadOnlyReturn, ofEnableSizing]
- Title = 'Select Skin File'
- Left = 90
- Top = 400
- end
- object ztvUnZip: TUnZip
- OnError = ztvUnZipError
- CpuType = cptAuto
- SeedDataKeys.Key0 = 305419896
- SeedDataKeys.Key1 = 591751049
- SeedDataKeys.Key2 = 878082192
- SeedHeaderKeys.Key0 = 269766672
- SeedHeaderKeys.Key1 = 33834504
- SeedHeaderKeys.Key2 = 541352064
- RestoreFileAttr = False
- UseStoredDirs = False
- OnGetPassword = ztvUnZipGetPassword
- OnNextVolume = ztvUnZipNextVolume
- OnCorruptZipHeader = ztvUnZipCorruptZipHeader
- Left = 118
- Top = 400
- end
- end
-